home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / triv_lib / makefile.tc < prev    next >
Encoding:
Makefile  |  1995-03-15  |  1007 b   |  37 lines

  1. #
  2. # This is the make file for the triv_lib library for Borland C++ 2.0.
  3. #
  4. # Only large model is created here.
  5. #
  6. #                Gershon Elber, Jun 1989
  7. #
  8.  
  9. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  10. .SWAP
  11.  
  12. # Get the destination directories:
  13. !include "..\makeflag.tc"
  14.  
  15. OBJS =   geomat4d.obj mrchcube.obj trinterp.obj \
  16.     triv_aux.obj triv_dbg.obj triv_der.obj triv_err.obj \
  17.     triv_ftl.obj triv_gen.obj \
  18.     triv_ref.obj triv_sub.obj trivcmpt.obj trivcoer.obj \
  19.     triveval.obj trivmesh.obj trivrais.obj trivstrv.obj
  20.  
  21. POBJS = +geomat4d.obj +mrchcube.obj +trinterp.obj \
  22.     +triv_aux.obj +triv_dbg.obj +triv_der.obj +triv_err.obj \
  23.     +triv_ftl.obj +triv_gen.obj \
  24.     +triv_ref.obj +triv_sub.obj +trivcmpt.obj +trivcoer.obj \
  25.     +triveval.obj +trivmesh.obj +trivrais.obj +trivstrv.obj
  26.  
  27. triv_lib.lib: $(OBJS)
  28.     del triv_lib.lib
  29.     tlib /c triv_lib.lib @&&!
  30. $(POBJS), triv_lib.lst
  31. !
  32.  
  33. install: triv_lib.lib
  34.     copy triv_lib.lib $(LIB_DIR)
  35.  
  36. # Dependencies starts here - do not touch, generated automatically.
  37.